home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2008 November / SAN CD 11-2008 CD-ROM 42.iso / pc / issueMedia / hsPrize.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2008-09-19  |  1016 b   |  42 lines

  1. var lingoCursor = -1;
  2. this.clickSensor1_mc.onRollOver = function()
  3. {
  4.    _level0.lingoCursor = 280;
  5. };
  6. this.clickSensor1_mc.onRollOut = function()
  7. {
  8.    _level0.lingoCurosr = -1;
  9. };
  10. this.clickSensor1_mc.onRelease = function()
  11. {
  12.    _level0.lingoCursor = -1;
  13.    getUrl("lingo: goToNetPage(\"http://www.astronomycameras.com\")", "");
  14. };
  15. this.clickSensor2_mc.onRollOver = function()
  16. {
  17.    _level0.lingoCursor = 280;
  18. };
  19. this.clickSensor2_mc.onRollOut = function()
  20. {
  21.    _level0.lingoCurosr = -1;
  22. };
  23. this.clickSensor2_mc.onRelease = function()
  24. {
  25.    _level0.lingoCursor = -1;
  26.    getUrl("lingo: goToNetPage(\"http://www.widescreen-centre.co.uk\")", "");
  27. };
  28. this.clickSensor3_mc.onRollOver = function()
  29. {
  30.    _level0.lingoCursor = 280;
  31. };
  32. this.clickSensor3_mc.onRollOut = function()
  33. {
  34.    _level0.lingoCurosr = -1;
  35. };
  36. this.clickSensor3_mc.onRelease = function()
  37. {
  38.    _level0.lingoCursor = -1;
  39.    getUrl("lingo: goToNetPage(\"mailto:hotshots@skyatnightmagazine.com\")", "");
  40. };
  41. this.stop();
  42.